Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clippy fixes #327

Merged
merged 3 commits into from
Oct 29, 2023
Merged

Clippy fixes #327

merged 3 commits into from
Oct 29, 2023

Conversation

alphaville
Copy link
Owner

@alphaville alphaville commented Sep 26, 2023

Main Changes

  • drop some unnecessary mut
  • Option::is_some() instead of != none

TODOs

  • Documentation
  • All tests must pass
  • Update CHANGELOG(s)
  • Update webpage documentation
  • Bump versions (in CHANGELOG, Cargo.toml and VERSION)

About:
- drop some unnecessary mut
- Option.is_some() instead of != none
@alphaville alphaville self-assigned this Oct 27, 2023
@alphaville alphaville added enhancement New feature or request rust issue related to the code Rust library labels Oct 27, 2023
@alphaville alphaville merged commit ffb1573 into master Oct 29, 2023
7 checks passed
@alphaville alphaville deleted the hotfix/clippy branch October 29, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rust issue related to the code Rust library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants